Disable format-security warning when disabling format warning
authorMike Hommey <mh@glandium.org>
Tue, 4 Mar 2025 22:16:17 +0000 (07:16 +0900)
committerMike Hommey <glandium@debian.org>
Tue, 13 Jan 2026 23:04:40 +0000 (08:04 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Disable-format-security-warning-when-disabling-forma.patch

js/src/xsum/moz.build

index dc7a4f2497f37e9f45e4acd05cffed2932d0e0f7..30f64cd23255e6a9c26b29f72c034f0e0f6a9c0d 100644 (file)
@@ -17,4 +17,4 @@ SOURCES += [
 ]
 
 # Suppress warnings in third-party code.
-SOURCES['xsum.cpp'].flags += ['-Wno-implicit-fallthrough', '-Wno-format', '-Wno-unused-value']
+SOURCES['xsum.cpp'].flags += ['-Wno-implicit-fallthrough', '-Wno-format', '-Wno-format-security', '-Wno-unused-value']